:root{
  --color-support-green: #1b6e1d;
  --bs-white-rgb: 255, 255, 255;
  
}

.person_box .bg-gallery {
    background-color: #ededed;
}

.person_box .text-white {
    color: rgba(var(--bs-white-rgb), 1) !important;
}

.person_box .bg-support-green {
    background-color: var(--color-support-green) !important;
}

.person_box .p-2 {
    padding: .5rem !important;
}

.person_box .mb-1 {
    margin-bottom: .25rem !important;
}

.person_box a{
  color:#333;
}

.person_box.mb-3{
  margin-bottom:1.5rem !important;
}
